fuzzy constraint - Übersetzung nach russisch
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

fuzzy constraint - Übersetzung nach russisch

PROGRAMMING PARADIGM WHICH COMBINES LOGIC PROGRAMMING AND CONSTRAINT SATISFACTION
Constraint Logic Programmimg; Constraint store; Constraint-logic programming; Finite constraint; Finite domain constraint; Constraint Logic Programming; CLP(FD)

fuzzy constraint      

математика

нечеткое ограничение

fuzzy set         
  • Some Key Developments in the Introduction of Fuzzy Set Concepts.<ref name="CADsurvey"/>
SETS WHOSE ELEMENTS HAVE DEGREES OF MEMBERSHIP
Fuzzy sets; Fuzzy set theory; Fuzzification; Fuzzy subset; Credibility(fuzzy); Fuzzy category; Goguen category; Fuzzy Sets; Fuzzy relation equation; Pythagorean fuzzy set; Degree of membership; Uncertain set

общая лексика

нечёткое множество

математика

размытое (нечеткое) множество

Смотрите также

fuzzy logic

fuzzy category         
  • Some Key Developments in the Introduction of Fuzzy Set Concepts.<ref name="CADsurvey"/>
SETS WHOSE ELEMENTS HAVE DEGREES OF MEMBERSHIP
Fuzzy sets; Fuzzy set theory; Fuzzification; Fuzzy subset; Credibility(fuzzy); Fuzzy category; Goguen category; Fuzzy Sets; Fuzzy relation equation; Pythagorean fuzzy set; Degree of membership; Uncertain set

математика

нечеткая категория

Definition

fuzzy subset
In fuzzy logic, a fuzzy subset F of a set S is defined by a "membership function" which gives the degree of membership of each element of S belonging to F.

Wikipedia

Constraint logic programming

Constraint logic programming is a form of constraint programming, in which logic programming is extended to include concepts from constraint satisfaction. A constraint logic program is a logic program that contains constraints in the body of clauses. An example of a clause including a constraint is A(X,Y) :- X+Y>0, B(X), C(Y). In this clause, X+Y>0 is a constraint; A(X,Y), B(X), and C(Y) are literals as in regular logic programming. This clause states one condition under which the statement A(X,Y) holds: X+Y is greater than zero and both B(X) and C(Y) are true.

As in regular logic programming, programs are queried about the provability of a goal, which may contain constraints in addition to literals. A proof for a goal is composed of clauses whose bodies are satisfiable constraints and literals that can in turn be proved using other clauses. Execution is performed by an interpreter, which starts from the goal and recursively scans the clauses trying to prove the goal. Constraints encountered during this scan are placed in a set called constraint store. If this set is found out to be unsatisfiable, the interpreter backtracks, trying to use other clauses for proving the goal. In practice, satisfiability of the constraint store may be checked using an incomplete algorithm, which does not always detect inconsistency.

Übersetzung von &#39fuzzy constraint&#39 in Russisch